Skip to content

Conversation

ShreckYe
Copy link
Member

No description provided.

…e README.md and modules correspondingly

Changes:

1. update README.md, replacing old names, reorganizing and updating its content, and fixing some formatting issues, typos, and grammar mistakes
1. rename the subjects/modules and adopt the "concatenated project name" approach
1. run `apiDump` and remove the old dumped files

A source commit: huanshankeji/kotlin-common@477978d
@ShreckYe ShreckYe self-assigned this Nov 30, 2024
…mposeUi"/"ComposeUi" in files and filenames

To replace strings in the filenames, the "rename" program is installed and the following command is run:

```sh
find . -name "*androidxCommon*" -exec rename 's/androidxCommon/composeUi/' {} ";"
find . -name "*AndroidxCommon*" -exec rename 's/AndroidxCommon/ComposeUi/' {} ";"
```
@ShreckYe ShreckYe merged commit b81b525 into main Nov 30, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant